home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETNWLNK.IN_ / netnwlnk.inf
Encoding:
INI File  |  2003-03-24  |  12.7 KB  |  316 lines

  1. ;-------------------------------------------------------------------------
  2. ; NWLINK IPX/SPX -- Microsoft NWLink Services
  3. ;
  4. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  5. ;-------------------------------------------------------------------------
  6.  
  7. [Version]
  8. Signature   = "$Windows NT$"
  9. Class       = NetTrans
  10. ClassGUID   = {4d36e975-e325-11ce-bfc1-08002be10318}
  11. Provider    = %Msft%
  12. LayoutFile  = layout.inf
  13. DriverVer=10/01/2002,5.2.3790.0
  14.  
  15. [Manufacturer]
  16. %Msft%=MSFT
  17.  
  18. [MSFT]
  19. %NwlnkIpx_Desc%=Install_Ipx, MS_NWIPX
  20. %NwlnkNb_Desc%=Install_Nb, MS_NWNB
  21. %NwlnkSpx_Desc%=Install_Spx, MS_NWSPX
  22.  
  23. [ControlFlags]
  24. ExcludeFromSelect=MS_NWNB,MS_NWSPX
  25.  
  26. ;=========================================================================
  27. ; NWLINK IPX Section
  28. ;=========================================================================
  29.  
  30. ;-------------------------------------------------------------------------
  31. ; Base Entry Point for NWLINK IPX Installation
  32. ;-------------------------------------------------------------------------
  33. [Install_Ipx]
  34. Characteristics=0x80      ; NCF_HAS_UI
  35. AddReg=Inst_Ndi_Ipx       ; Specify the [N]etwork [d]evice [i]nstaller
  36.  
  37. ;-------------------------------------------------------------------------
  38. ; Specify the Network Device Installer
  39. ;-------------------------------------------------------------------------
  40. [Inst_Ndi_Ipx]
  41. HKR, Ndi, ClsID,,"{c59938da-9b20-11d0-9ce3-00c04fc9bcc4}"
  42. HKR, Ndi, Service,,"NwlnkIpx"
  43. HKR, Ndi, CoServices,0x10000,"NwlnkIpx","NwlnkNb","NwlnkSpx"
  44. HKR, Ndi, HelpText,,"@netcfgx.dll,-50013"
  45. HKR, Ndi\Interfaces, UpperRange,,"ipx"
  46. HKR, Ndi\Interfaces, LowerRange,,"ndis5,ndis4,ndiswanipx,ndis5_ipx"
  47.  
  48. ;-------------------------------------------------------------------------
  49. ; Base Entry Point for NWLINK IPX Service Installation
  50. ;-------------------------------------------------------------------------
  51. [Install_Ipx.Services]
  52. AddService=NwlnkIpx,,NwlnkIpx_Service_Inst
  53.  
  54. ;-------------------------------------------------------------------------
  55. ; Entry Point for the NWLINK IPX Service's SNMP Dependency Installation
  56. ;   IPX SNMP is not supported for .NET server and beyond.
  57. ;-------------------------------------------------------------------------
  58.  
  59. ;-------------------------------------------------------------------------
  60. ; Entry Point for the NWLINK IPX Service's Winsock Dependency Installation
  61. ;-------------------------------------------------------------------------
  62. [Install_Ipx.Winsock]
  63. AddSock=Inst_Ipx_Winsock_Dependency
  64.  
  65. [Inst_Ipx_Winsock_Dependency]
  66. TransportService=nwlnkipx
  67. HelperDllName="%SystemRoot%\System32\wshisn.dll"
  68. MaxSockAddrLength=0x10
  69. MinSockAddrLength=0xe
  70. LibraryPath="%SystemRoot%\System32\nwprovau.dll"
  71. DisplayString=%NwlnkIpx_Desc%
  72. SupportedNameSpace=1
  73. Version=1
  74. ProviderId="{e02daaf0-7e9f-11cf-ae5a-00aa00a7112b}"
  75.  
  76. ;-------------------------------------------------------------------------
  77. ; IPX Service Definitions and Settings
  78. ;-------------------------------------------------------------------------
  79. [NwlnkIpx_Service_Inst]
  80. DisplayName=%NwlnkIpx_Desc%
  81. ServiceType=1
  82. StartType=2
  83. ErrorControl=1
  84. ServiceBinary=%12%\nwlnkipx.sys
  85. LoadOrderGroup="PNP_TDI"
  86. AddReg=AddReg_NwlnkIpx_Service_Inst
  87. Description=%NwlnkIpx_Desc%
  88.  
  89. ;-------------------------------------------------------------------------
  90. ; IPX Service Installation Registry Settings
  91. ;-------------------------------------------------------------------------
  92. [AddReg_NwlnkIpx_Service_Inst]
  93. HKLM,"System\CurrentControlSet\Control\ServiceProvider\Order","ExcludedProviders",0x2,""
  94. HKLM,"System\CurrentControlSet\Control\ServiceProvider\Order","ProviderOrder",0x1000A,"NwlnkIpx"
  95. HKR,"ServiceProvider","Class",0x10001,0x8
  96. HKR,"ServiceProvider","Name",,%NwlnkIpx_Desc%
  97. HKR,"ServiceProvider","ProviderPath",0x20000,"%SystemRoot%\System32\nwprovau.dll"
  98. HKR,"Performance","Library",,"perfctrs.dll"
  99. HKR,"Performance","Open",,"OpenIPXPerformanceData"
  100. HKR,"Performance","Close",,"CloseIPXPerformanceData"
  101. HKR,"Performance","Collect",,"CollectIPXPerformanceData";
  102. HKLM,"System\CurrentControlSet\Services\EventLog\System\NwlnkIpx","EventMessageFile",0x20000,"%%SystemRoot%%\system32\netevent.dll"
  103. HKLM,"System\CurrentControlSet\Services\EventLog\System\NwlnkIpx","TypesSupported",0x10001, 0x00000007
  104. HKR,"Parameters","RipRoute",0x10001,0x1
  105.  
  106. ;-------------------------------------------------------------------------
  107. ; Section for driving removal of static IPX registry settings
  108. ;-------------------------------------------------------------------------
  109. [Install_Ipx.Remove]
  110. DelReg=DelReg_Remove_Static_Ipx
  111.  
  112. [Install_Ipx.Remove.Services]
  113. DelService=NwlnkIpx
  114.  
  115. ;-------------------------------------------------------------------------
  116. ; Entry Point for the NWLINK IPX Service's Winsock Dependency removal
  117. ;-------------------------------------------------------------------------
  118. [Install_Ipx.Remove.Winsock]
  119. DelSock=Del_Ipx_Winsock_Dependency
  120.  
  121. [Del_Ipx_Winsock_Dependency]
  122. TransportService=nwlnkipx
  123. ProviderId="{e02daaf0-7e9f-11cf-ae5a-00aa00a7112b}"
  124.  
  125. ;-------------------------------------------------------------------------
  126. ; Specify IPX static registry entries to remove
  127. ;-------------------------------------------------------------------------
  128. [DelReg_Remove_Static_Ipx]
  129. HKLM,"Software\Microsoft\Rpc\Protocols","ncacn_nb_ipx"
  130. HKLM,"Software\Microsoft\Rpc\ClientProtocols","ncacn_nb_ipx"
  131. HKLM,"System\CurrentControlSet\Services\EventLog\System\NwlnkIpx"
  132.  
  133.  
  134. ;=========================================================================
  135. ; NWLINK NetBIOS Section
  136. ;=========================================================================
  137.  
  138. ;-------------------------------------------------------------------------
  139. ; Base Entry Point for NWLINK NetBIOS Installation
  140. ;-------------------------------------------------------------------------
  141. [Install_Nb]
  142. Characteristics=0x2020     ; NCF_HIDE_BINDING | NCF_NOT_USER_REMOVABLE
  143. AddReg=Inst_Ndi_Nb
  144.  
  145. ;-------------------------------------------------------------------------
  146. ; Specify the Network Device Installer
  147. ;-------------------------------------------------------------------------
  148. [Inst_Ndi_Nb]
  149. HKR,Ndi,ClsID,,"{050da15f-9f13-11d0-9ce5-00c04fc9bcc4}"
  150. HKR,Ndi,Service,,"NwlnkNb"
  151. HKR,Ndi,HelpText,,"@netcfgx.dll,-50014"
  152. HKR,Ndi\Interfaces,UpperRange,,"netbios"
  153. HKR,Ndi\Interfaces,LowerRange,,"ipx"
  154.  
  155. ;-------------------------------------------------------------------------
  156. ; Base Entry Point for NWLINK NetBIOS Service Installation
  157. ;-------------------------------------------------------------------------
  158. [Install_Nb.Services]
  159. AddService=NwlnkNb,,NwlnkNb_Service_Inst
  160.  
  161. ;-------------------------------------------------------------------------
  162. ; NetBIOS Service Definitions and Settings
  163. ;-------------------------------------------------------------------------
  164. [NwlnkNb_Service_Inst]
  165. DisplayName=%NwlnkNb_Desc%
  166. ServiceType=1
  167. StartType=2
  168. ErrorControl=1
  169. ServiceBinary=%12%\nwlnknb.sys
  170. LoadOrderGroup="PNP_TDI"
  171. AddReg=AddReg_NwlnkNb_Service_Inst
  172. Description=%NwlnkNb_Desc%
  173.  
  174. ;-------------------------------------------------------------------------
  175. ; NetBios Service Installation Registry Settings
  176. ;-------------------------------------------------------------------------
  177. [AddReg_NwlnkNb_Service_Inst]
  178. HKR,"Parameters","NbProvider",,"_ipx"
  179. HKR,"Parameters","KeepaliveTimeout",0x10001,60
  180. HKR,"Parameters","KeepaliveCount",0x10001,8
  181. HKR,"Parameters","ConnectionTimeout",0x10001,2
  182. HKR,"Parameters","ConnectionCount",0x10001,5
  183. HKR,"Parameters","BroadcastCount",0x10001,3
  184. HKR,"Parameters","Internet",0x10001,1
  185. HKR,"Performance","Library",,"perfctrs.dll"
  186. HKR,"Performance","Open",,"OpenNWNBPerformanceData"
  187. HKR,"Performance","Close",,"CloseNWNBPerformanceData"
  188. HKR,"Performance","Collect",,"CollectNWNBPerformanceData"
  189.  
  190. ;-------------------------------------------------------------------------
  191. ; Section for driving removal of static NetBios registry settings
  192. ; and the deletion of the NetBios service
  193. ;-------------------------------------------------------------------------
  194. [Install_Nb.Remove]
  195. DelReg=DelReg_Remove_Static_Nb
  196.  
  197. [Install_Nb.Remove.Services]
  198. DelService=NwlnkNb
  199.  
  200. ;-------------------------------------------------------------------------
  201. ; Specify NetBios static registry entries to remove
  202. ;-------------------------------------------------------------------------
  203. [DelReg_Remove_Static_Nb]
  204.  
  205.  
  206. ;=========================================================================
  207. ; NWLINK SPX Section
  208. ;=========================================================================
  209.  
  210. ;-------------------------------------------------------------------------
  211. ; Base Entry Point for NWLINK SPX Installation
  212. ;-------------------------------------------------------------------------
  213. [Install_Spx]
  214. Characteristics=0x2028     ; NCF_HIDDEN | NCF_HIDE_BINDING | NCF_NOT_USER_REMOVABLE
  215. AddReg=Inst_Ndi_Spx
  216.  
  217. ;-------------------------------------------------------------------------
  218. ; Specify the Network Device Installer
  219. ;-------------------------------------------------------------------------
  220. [Inst_Ndi_Spx]
  221. HKR,Ndi,Service,,"NwlnkSpx"
  222. HKR,Ndi,HelpText,,"%NwlnkSpx_HelpText%"
  223. HKR,Ndi\Interfaces,UpperRange,,"spx"
  224. HKR,Ndi\Interfaces,LowerRange,,"ipx"
  225.  
  226. ;-------------------------------------------------------------------------
  227. ; Base Entry Point for NWLINK SPX Service Installation
  228. ;-------------------------------------------------------------------------
  229. [Install_Spx.Services]
  230. AddService=NwlnkSpx,,NwlnkSpx_Service_Inst
  231.  
  232. ;-------------------------------------------------------------------------
  233. ; Entry Point for the NWLINK IPX Service's Winsock Dependency Installation
  234. ;-------------------------------------------------------------------------
  235. [Install_Spx.Winsock]
  236. AddSock=Inst_Spx_Winsock_Dependency
  237.  
  238. [Inst_Spx_Winsock_Dependency]
  239. TransportService=nwlnkspx
  240. HelperDllName="%SystemRoot%\System32\wshisn.dll"
  241. MaxSockAddrLength=0x10
  242. MinSockAddrLength=0xe
  243.  
  244. ;-------------------------------------------------------------------------
  245. ; SPX Service Definitions and Settings
  246. ;-------------------------------------------------------------------------
  247. [NwlnkSpx_Service_Inst]
  248. DisplayName=%NwlnkSpx_Desc%
  249. ServiceType=1
  250. StartType=2
  251. ErrorControl=1
  252. ServiceBinary=%12%\nwlnkspx.sys
  253. AddReg=AddReg_NwlnkSpx_Service_Inst
  254. Description=%NwlnkSpx_Desc%
  255.  
  256. ;-------------------------------------------------------------------------
  257. ; SPX Service Installation Registry Settings
  258. ;-------------------------------------------------------------------------
  259. [AddReg_NwlnkSpx_Service_Inst]
  260. HKLM,"Software\Microsoft\Rpc\ClientProtocols","ncacn_spx",,"rpcrt4.dll"
  261. HKR,"Parameters","ConnectionCount",0x10001,5
  262. HKR,"Parameters","ConnectionTimeout",0x10001,2
  263. HKR,"Parameters","InitPackets",0x10001,5
  264. HKR,"Parameters","MaxPackets",0x10001,48
  265. HKR,"Parameters","InitialRetransmissionTime",0x10001,500
  266. HKR,"Parameters","KeepaliveCount",0x10001,8
  267. HKR,"Parameters","WindowSize",0x10001,4
  268. HKR,"Parameters","SpxSocketRangeStart",0x10001,24576
  269. HKR,"Parameters","SpxSocketRangeEnd",0x10001,32767
  270. HKR,"Parameters","SpxSocketUniqueness",0x10001,1
  271. HKR,"Parameters","MaxPacketSize",0x10001,4096
  272. HKR,"Parameters","RetransmissionCount",0x10001,8
  273. HKR,"Parameters","KeepAliveTimeout",0x10001,12
  274. HKR,"Performance","Library",,"perfctrs.dll"
  275. HKR,"Performance","Open",,"OpenSPXPerformanceData"
  276. HKR,"Performance","Close",,"CloseSPXPerformanceData"
  277. HKR,"Performance","Collect",,"CollectSPXPerformanceData"
  278.  
  279. ;-------------------------------------------------------------------------
  280. ; Section for driving removal of static SPX registry settings
  281. ; and the deletion of the SPX service
  282. ;-------------------------------------------------------------------------
  283. [Install_Spx.Remove]
  284. DelReg=DelReg_Remove_Static_Spx
  285.  
  286. [Install_Spx.Remove.Services]
  287. DelService=NwlnkSpx
  288.  
  289. ;-------------------------------------------------------------------------
  290. ; Entry Point for the NWLINK IPX Service's Winsock Dependency removal
  291. ;-------------------------------------------------------------------------
  292. [Install_Spx.Remove.Winsock]
  293. DelSock=Del_Spx_Winsock_Dependency
  294.  
  295. [Del_Spx_Winsock_Dependency]
  296. TransportService=nwlnkspx
  297.  
  298. ;-------------------------------------------------------------------------
  299. ; Specify SPX static registry entries to remove
  300. ;-------------------------------------------------------------------------
  301. [DelReg_Remove_Static_Spx]
  302. HKLM,"Software\Microsoft\Rpc\Protocols","ncadg_ipx"
  303. HKLM,"Software\Microsoft\Rpc\ClientProtocols","ncadg_ipx"
  304. HKLM,"Software\Microsoft\Rpc\Protocols","ncacn_spx"
  305. HKLM,"Software\Microsoft\Rpc\ClientProtocols","ncacn_spx"
  306.  
  307. [Strings]
  308. Msft = "Microsoft"
  309.  
  310. NwlnkIpx_Desc = "NWLink IPX/SPX/NetBIOS Compatible Transport Protocol"
  311. NwlnkNb_Desc  = "NWLink NetBIOS"
  312. NwlnkSpx_Desc = "NWLink SPX/SPXII Protocol"
  313.  
  314. NwlnkSpx_HelpText = ""
  315.  
  316.